UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The alias files must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89647 VRAU-SL-000570 SV-100297r1_rule Medium
Description
Excessive permissions on the alias files may permit unauthorized modification. If an alias file is modified by an unauthorized user, they may modify the file to run malicious code or redirect email.
STIG Date
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-89339r1_chk )
Check the permissions of the alias files:

# ls -lL /etc/aliases
# ls -lL /etc/aliases.db

If the files have a mode more permissive than "0644", this is a finding.
Fix Text (F-96389r1_fix)
Change the mode of the alias files to "0644":

# chmod 0644 /etc/aliases /etc/aliases.db